home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
sharewar
/
slunec
/
app
/
muchtom.exe
/
scripts
/
DefineButton2_53
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2002-07-25
|
161b
|
13 lines
on(release){
if(hilfen == 0)
{
hilfen = 1;
gotoAndPlay(49);
}
else
{
stopAllSounds();
gotoAndStop(37);
}
}